Kotlin utilities
1.7.0
common
Kotlin utilities
/
it.czerwinski.kotlin.util
/
merge
merge
common
fun
<
T
>
Either
<
T
,
T
>
.
merge
(
)
:
T
Content copied to clipboard
Merges
Left
and
Right
of the same type to a single value.
Return
Value of either
Left
or
Right
.